home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
leemandel2.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
213 b
|
28 lines
LeeMandel2
{
{
mirrorxy
x1=-1.0
x2= 1.0
y1=-0.95
y2= 0.95
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
d=pixel*pixel
}
{
c=d/z
c=c+z
c=c*pixel
z=c*c
w=abs(z)
}
{
w>bailout
}
{
}
}